#include <value_transfer.hpp>


Public Member Functions | |
| ValueTransferToLibrary (const unsigned int &from_size, FromType *from, ToType *to=NULL) | |
| Default constructor. | |
| ~ValueTransferToLibrary (void) | |
| Destructor. | |
| template<> | |
| unsigned int | p_computeToSize (void) const |
| Compute the size of the "to" buffer. | |
| template<> | |
| void | p_copy (void) |
| Copy the value. | |
| gridpack::math::ValueTransferToLibrary< FromType, ToType >::ValueTransferToLibrary | ( | const unsigned int & | from_size, | |
| FromType * | from, | |||
| ToType * | to = NULL | |||
| ) |
Default constructor.
| gridpack::math::ValueTransferToLibrary< FromType, ToType >::~ValueTransferToLibrary | ( | void | ) |
Destructor.
| unsigned int gridpack::math::ValueTransferToLibrary< RealType, ComplexType >::p_computeToSize | ( | void | ) | const [virtual] |
Compute the size of the "to" buffer.
Reimplemented from gridpack::math::ValueTransfer< FromType, ToType >.
Reimplemented in gridpack::math::MatrixValueTransferToLibrary< FromType, ToType >.
| void gridpack::math::ValueTransferToLibrary< RealType, ComplexType >::p_copy | ( | void | ) | [virtual] |
Copy the value.
Reimplemented from gridpack::math::ValueTransfer< FromType, ToType >.
Reimplemented in gridpack::math::MatrixValueTransferToLibrary< FromType, ToType >.
1.6.1